Started
Jan 22, 2025 01:53:48 PM
Ended
Jan 22, 2025 01:54:57 PM
Features Passed
2
Features Failed
2
Features
Scenarios
Steps
Timeline
Tags
| Name | Passed | Failed | Skipped | Others | Passed % |
|---|---|---|---|---|---|
| @AddNewContact | 1 | 1 | 0 | 0 | 50% |
| @TC1.1 | 1 | 0 | 0 | 0 | 100% |
| @UserSignup | 2 | 0 | 0 | 0 | 100% |
| @EditContactDetails | 0 | 2 | 0 | 0 | 0% |
| @TC7.2 | 0 | 1 | 0 | 0 | 0% |
| @TC1.2 | 1 | 0 | 0 | 0 | 100% |
| @TC7.1 | 0 | 1 | 0 | 0 | 0% |
| @TC3.1 | 1 | 0 | 0 | 0 | 100% |
| @TC4.1 | 0 | 1 | 0 | 0 | 0% |
| @TC4.2 | 1 | 0 | 0 | 0 | 100% |
| @Regression | 4 | 0 | 0 | 0 | 100% |
| @LoginUser | 2 | 0 | 0 | 0 | 100% |
| @TC3.2 | 1 | 0 | 0 | 0 | 100% |
System/Environment
| Name | Value |
|---|---|
| user | QA AUTOMATION CLASSES |
| build | 0.1.1 |
| os | Windows |
-
EditContact
1:53:49 PM / 00:00:22:234 Fail
EditContact
01.22.2025 1:53:49 PM 01.22.2025 1:54:11 PM 00:00:22:234 · #test-id=1FailEditing Contact with valid data via UIGiven User logs in to the Contact List Appcom.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)Step Screenshot
When User clicks the selected contactcom.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)Step Screenshot
And User clicks the Edit Contact buttoncom.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)Step Screenshot
And User clears the fields to editcom.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)Step Screenshot
And User enters valid details into the cleared fieldscom.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)Step Screenshot
And User clicks the Submit buttoncom.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)Step Screenshot
Then User verifies if the contact is updatedcom.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)Step Screenshot
FailEditing Contact with invalid data via UIGiven User logs in to the Contact List Appcom.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)Step Screenshot
When User clicks the selected contactcom.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)Step Screenshot
And User clicks the Edit Contact buttoncom.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)Step Screenshot
And User clears the fields to editcom.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)Step Screenshot
And User enters invalid details into the cleared fieldscom.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)Step Screenshot
And User clicks the Submit buttoncom.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)Step Screenshot
Then User verifies the error messagescom.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)Step Screenshot
-
AddNewContact
1:54:11 PM / 00:00:23:780 Fail
AddNewContact
01.22.2025 1:54:11 PM 01.22.2025 1:54:35 PM 00:00:23:780 · #test-id=44FailVerify Adding New Contact via UIGiven User login to Contact List Appcom.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)Step Screenshot
When User clicks Add New Contact buttoncom.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)Step Screenshot
And User enters valid data detailscom.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)Step Screenshot
And User clicks Submit button in Add Contact Pagecom.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)Step Screenshot
Then User verify new contact is addedcom.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)Step Screenshot
PassVerify Adding New Contact via UIGiven User login to Contact List Appcom.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)Step Screenshot
When User clicks Add New Contact buttoncom.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)Step Screenshot
And User enters invalid data detailscom.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)Step Screenshot
And User clicks Submit button in Add Contact Pagecom.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)Step Screenshot
Then User verifies the error messagecom.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)Step Screenshot
-
UserLogin
1:54:35 PM / 00:00:09:401 Pass
UserLogin
01.22.2025 1:54:35 PM 01.22.2025 1:54:44 PM 00:00:09:401 · #test-id=79PassLogin with valid credentials via UIGiven User has an existing accountcom.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)Step Screenshot
When the user enters valid credentialscom.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)Step Screenshot
And the user clicks the Submit buttoncom.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)Step Screenshot
Then the user verifies that the Contact List Page is displayedcom.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)Step Screenshot
PassLogin with invalid credentials via UIGiven the user has no existing accountcom.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)Step Screenshot
When the user enters invalid credentialscom.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)Step Screenshot
Then the user verifies the corresponding error messagecom.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)Step Screenshot
-
UserSignup
1:54:44 PM / 00:00:12:823 Pass
UserSignup
01.22.2025 1:54:44 PM 01.22.2025 1:54:57 PM 00:00:12:823 · #test-id=108PassSignup with valid details via UIGiven the user clicks the Signup buttoncom.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)Step Screenshot
When the user enters valid information detailscom.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)Step Screenshot
And the user clicks the Submit buttoncom.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)Step Screenshot
Then the user verifies that the Contact List Page is displayedcom.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)Step Screenshot
PassSignup with invalid details via UIGiven the user clicks the Signup buttoncom.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)Step Screenshot
When the user enters invalid information detailscom.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)Step Screenshot
And the user clicks the Submit buttoncom.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)Step Screenshot
Then the user verifies the error messagecom.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)Step Screenshot
-
@AddNewContact
2 tests
@AddNewContact
1 passed 1 failedStatus Timestamp TestName Fail 13:54:11 PM Verify Adding New Contact via UI AddNewContact.Verify Adding New Contact via UIPass 13:54:25 PM Verify Adding New Contact via UI AddNewContact.Verify Adding New Contact via UI -
@TC1.1
1 tests
@TC1.1
1 passedStatus Timestamp TestName Pass 13:54:44 PM Signup with valid details via UI UserSignup.Signup with valid details via UI -
@UserSignup
2 tests
@UserSignup
2 passedStatus Timestamp TestName Pass 13:54:44 PM Signup with valid details via UI UserSignup.Signup with valid details via UIPass 13:54:51 PM Signup with invalid details via UI UserSignup.Signup with invalid details via UI -
@EditContactDetails
2 tests
@EditContactDetails
2 failedStatus Timestamp TestName Fail 13:53:49 PM Editing Contact with valid data via UI EditContact.Editing Contact with valid data via UIFail 13:54:01 PM Editing Contact with invalid data via UI EditContact.Editing Contact with invalid data via UI -
@TC7.2
1 tests
@TC7.2
1 failedStatus Timestamp TestName Fail 13:54:01 PM Editing Contact with invalid data via UI EditContact.Editing Contact with invalid data via UI -
@TC1.2
1 tests
@TC1.2
1 passedStatus Timestamp TestName Pass 13:54:51 PM Signup with invalid details via UI UserSignup.Signup with invalid details via UI -
@TC7.1
1 tests
@TC7.1
1 failedStatus Timestamp TestName Fail 13:53:49 PM Editing Contact with valid data via UI EditContact.Editing Contact with valid data via UI -
@TC3.1
1 tests
@TC3.1
1 passedStatus Timestamp TestName Pass 13:54:35 PM Login with valid credentials via UI UserLogin.Login with valid credentials via UI -
@TC4.1
1 tests
@TC4.1
1 failedStatus Timestamp TestName Fail 13:54:11 PM Verify Adding New Contact via UI AddNewContact.Verify Adding New Contact via UI -
@TC4.2
1 tests
@TC4.2
1 passedStatus Timestamp TestName Pass 13:54:25 PM Verify Adding New Contact via UI AddNewContact.Verify Adding New Contact via UI -
@Regression
4 tests
@Regression
4 passedStatus Timestamp TestName Pass 13:54:35 PM Login with valid credentials via UI UserLogin.Login with valid credentials via UIPass 13:54:39 PM Login with invalid credentials via UI UserLogin.Login with invalid credentials via UIPass 13:54:44 PM Signup with valid details via UI UserSignup.Signup with valid details via UIPass 13:54:51 PM Signup with invalid details via UI UserSignup.Signup with invalid details via UI -
@LoginUser
2 tests
@LoginUser
2 passedStatus Timestamp TestName Pass 13:54:35 PM Login with valid credentials via UI UserLogin.Login with valid credentials via UIPass 13:54:39 PM Login with invalid credentials via UI UserLogin.Login with invalid credentials via UI -
@TC3.2
1 tests
@TC3.2
1 passedStatus Timestamp TestName Pass 13:54:39 PM Login with invalid credentials via UI UserLogin.Login with invalid credentials via UI
-
java.lang.RuntimeException
3 tests
java.lang.RuntimeException
3 failedStatus Timestamp TestName Fail 13:53:59 PM Then User verifies if the contact is updated EditContact.Editing Contact with valid data via UI.Then User verifies if the contact is updatedFail 13:54:10 PM Then User verifies the error messages EditContact.Editing Contact with invalid data via UI.Then User verifies the error messagesFail 13:54:22 PM Then User verify new contact is added AddNewContact.Verify Adding New Contact via UI.Then User verify new contact is added